/* * Generated configuration file, do not edit. * uiGenerator v2.52 * Copyright © 2002-2004 Ubicom Inc. . All rights reserved. */ function createDataObjectFromBinaryArray (initial) { if (initial) createDataObject(); var d = data; i = 0; // global, accessed by the s*() functions d.fw_notify_email_enable=sU(1); d.fw_notify_enable=sU(1); d.smtp_email_enabled=sU(1); } function createBinaryArrayFromDataObject() { byte_array = new Array; // global, accessed by the g*() functions var d = data; gU(d.fw_notify_email_enable,1); gU(d.fw_notify_enable,1); gU(d.smtp_email_enabled,1); return byte_array; } function naturalizeDataObject() { var d = data; }